home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000073_dhuff@armadillo.itg.ti.com_Tue May 13 16:55:54 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  49 lines

  1. Article: 14294 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed!arclight.uoregon.edu!logbridge.uoregon.edu!news.smu.edu!news.ti.com!not-for-mail
  3. From: David Huff <dhuff@armadillo.itg.ti.com>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: making kermit exit to the cmd prompt
  6. Date: Tue, 13 May 2003 15:49:42 -0500
  7. Organization: Texas Instruments
  8. Lines: 27
  9. Message-ID: <pan.2003.05.13.15.49.42.267491.24789@armadillo.itg.ti.com>
  10. References: <pan.2003.05.13.15.46.19.79295.24789@armadillo.itg.ti.com>
  11. NNTP-Posting-Host: armadillo.itg.ti.com
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=iso885915
  14. Content-Transfer-Encoding: 8bit
  15. X-Trace: home.itg.ti.com 1052858868 8972 172.25.44.25 (13 May 2003 20:47:48 GMT)
  16. X-Complaints-To: usenet@news.ti.com
  17. NNTP-Posting-Date: 13 May 2003 20:47:48 GMT
  18. User-Agent: Pan/0.11.2 (Unix)
  19. X-Comment-To: "David Huff" <dhuff@armadillo.itg.ti.com>
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14294
  21.  
  22. On Tue, 13 May 2003 15:46:19 -0500, David Huff wrote:
  23.  
  24. > I've got a kermit session that I'd like to have exit to the Unix cmd
  25. > prompt in the following circumstances:
  26. > 1) invoke kermit with a file of SET cmds, with the ANSWER cmd as the
  27. > last one in the file. So it's just sitting there waiting for someone to
  28. > dial-in.
  29. > 2) once another kermit session dials-in, it may or may not send a file.
  30. > however, the remote kermit will issue the HANGUP cmd to break the
  31. > connection.
  32. > 3) at this point, I'd like the kermit session in item 1) above to EXIT
  33. > and drop bake to the Unix cmd prompt.
  34. > AllI've tried
  35.  
  36. darn it, hit 'post' before I was done ;) Anyways, all this should happen
  37. w/o any user interaction. I've tried it like this:
  38.  
  39.   kermit setparams.ksc -E
  40.  
  41. but when the remote kermit hangs up, I'm still at the kermit prompt. Am I
  42. simply not understanding what '-E' does ?
  43.  
  44. Thanks, David
  45.